#navContent {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent none repeat scroll 0 0; /* the background color will be displayed for the length of the content in the column, but no further */
	vertical-align: top;
}

#mainContent { 
	margin: 0 0 0 280px;
	width: 677px; 
}

#mainContentContainer { 
	background:#FFFFFF none repeat scroll 0 0;	
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#relatedContentContainer { 
	background-color:#f0f0f0;
	margin: 10px -4px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width:640px;
} 

#mainContentNoNavigation { 
	background:#FFFFFF none repeat scroll 0 0;	
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#landingPageContent { 
	background:#FFFFFF none repeat scroll 0 0;	
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

